crypto/hpke.dhKEMPublicKey.pub (field)
7 uses
crypto/hpke (current package)
kem.go#L188: pub *ecdh.PublicKey
kem.go#L211: pub: pub,
kem.go#L228: return pk.pub.Bytes()
kem.go#L236: privEph, err := pk.pub.Curve().GenerateKey(rand.Reader)
kem.go#L243: dhVal, err := privEph.ECDH(pk.pub)
kem.go#L249: encPubRecip := pk.pub.Bytes()
kem.go#L368: pub: k.priv.PublicKey(),
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |